home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / TwoRings.dxr / 00058_game setup.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  236 b   |  11 lines

  1. global foundation, tableau, stock, waste, deals, points
  2.  
  3. on exitFrame me
  4.   foundation = [:]
  5.   tableau = [:]
  6.   deals = 0
  7.   points = 0
  8.   stock = new(script("stock object"), createdeck())
  9.   waste = new(script("foundation object"), [])
  10. end
  11.